home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / allscrpt.zip / PCBOARD.SCR < prev    next >
Text File  |  1986-02-15  |  754b  |  28 lines

  1. . This Script can be customized easily for PCBoard Auto Logons
  2. .
  3. . Replace FIRSTNAME with your real first name.
  4. . Replace LASTNAME with your real last name.
  5. . Replace PASSWORD with you normal password.
  6.  
  7. TurnOn    ANSI  Music                Enable these for the color show!
  8. TurnOff   Split Linefeed             Options to disable
  9.  
  10. Note      Logging onto a PCBoard
  11.  
  12. Timeout   30 Halt                    Waitfor limit to 30, error goto Halt
  13.  
  14. Waitfor   'Color'                    Look for the Color Graphics prompt
  15. send      'y{'                       Send a 'Y<CR>'
  16.  
  17. Waitfor   'Name'
  18. Send      'FIRSTNAME;LASTNAME;PASSWORD{'
  19.  
  20. Note      You are now logged on!
  21. Exit
  22.  
  23. Halt:
  24. Note      Unsuccessful Attempt.
  25. Note      Script Halted
  26.  
  27.  
  28.